win32: fix some typos
authorDieter Verfaillie <dieterv@optionexplicit.be>
Fri, 4 Nov 2011 06:41:55 +0000 (07:41 +0100)
committerAlexander Larsson <alexl@redhat.com>
Thu, 10 Nov 2011 16:41:12 +0000 (17:41 +0100)
gdk/win32/gdkselection-win32.c

index ebfbc2b41e054529fea0784488ac92020f2295b1..f4e600b4fe288ceb5c5c6e736e898782bdd4710a 100644 (file)
@@ -587,14 +587,14 @@ _gdk_win32_display_convert_selection (GdkDisplay *display,
               * it.
               *
               * If the data is from Mozilla Firefox or IE7, and
-              * starts with an "oldfashioned" BITMAPINFOHEADER,
+              * starts with an "old fashioned" BITMAPINFOHEADER,
               * i.e. with biSize==40, and biCompression == BI_RGB and
               * biBitCount==32, we assume that the "extra" byte in
               * each pixel in fact is alpha.
               *
               * The gdk-pixbuf bmp loader doesn't trust 32-bit BI_RGB
-              * nitmaps to in fact have alpha, so we have to convince
-              * it by changint the bitmap header to a version 5
+              * bitmaps to in fact have alpha, so we have to convince
+              * it by changing the bitmap header to a version 5
               * BI_BITFIELDS one with explicit alpha mask indicated.
               *
               * The RGB bytes that are in bitmaps on the clipboard